Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update grpc #1937

Merged
merged 2 commits into from
Mar 31, 2021
Merged

Update grpc #1937

merged 2 commits into from
Mar 31, 2021

Conversation

mstoykov
Copy link
Contributor

@mstoykov mstoykov commented Mar 30, 2021

Updates both the main grpc library - google.golang.org/grpc as well as the reflect protobuf one github.com/jhump/protoreflect and their dependencies.

Both are mostly a lot of bugfixes where most are unlikely to have anything to do with k6. The main gRPC library has a lot of changes(mostly fixes) concerning envoy related xDS and lrs, both of which I am not familiar with.

Probably the biggest noticeable change is from the protoreflect which fixes #1928.

Rerunning test from #1846 didn't show any meaningful change IMO

The changelog includes a lot of bugfixes most of which are about stuff
we don't currently use. There is also mention of some proto codec
optimization that shows 2-5% improvement.
….7.0

This also fixes #1928 among a lot of other bugfixes including more
panics
@mstoykov mstoykov added this to the v0.32.0 milestone Mar 30, 2021
@mstoykov mstoykov requested review from imiric and na-- March 30, 2021 15:09
@codecov-io
Copy link

codecov-io commented Mar 30, 2021

Codecov Report

Merging #1937 (659551d) into master (448259a) will decrease coverage by 0.03%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1937      +/-   ##
==========================================
- Coverage   71.26%   71.22%   -0.04%     
==========================================
  Files         183      183              
  Lines       14336    14336              
==========================================
- Hits        10216    10211       -5     
- Misses       3480     3485       +5     
  Partials      640      640              
Flag Coverage Δ
ubuntu 71.18% <ø> (-0.05%) ⬇️
windows 70.84% <ø> (-0.03%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
lib/testutils/httpmultibin/httpmultibin.go 89.88% <ø> (ø)
js/modules/k6/grpc/client.go 77.64% <0.00%> (-1.18%) ⬇️
lib/executor/vu_handle.go 94.28% <0.00%> (-0.96%) ⬇️
lib/netext/httpext/request.go 93.75% <0.00%> (-0.57%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 448259a...659551d. Read the comment docs.

Copy link
Member

@na-- na-- left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤞

@mstoykov mstoykov merged commit 6f2b9b0 into master Mar 31, 2021
@mstoykov mstoykov deleted the updateGRPC branch March 31, 2021 09:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fatal error when parse protobuf with docker k6
4 participants